build-sys: Post-release version bump
authorColin Walters <walters@verbum.org>
Wed, 5 Jul 2017 20:43:42 +0000 (16:43 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 6 Jul 2017 14:45:02 +0000 (14:45 +0000)
Closes: #994
Approved by: jlebon

configure.ac
src/libostree/libostree-devel.sym

index 30ae793b95e0b852c58a9abc04b13bf519d793b8..3fc0fabffa76d29e6219fb7788e856c54cb9b951 100644 (file)
@@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
 dnl in test-symbols.sh, and also set is_release_build=yes below.  Then make
 dnl another post-release commit to bump the version, and set is_release_build=no.
 m4_define([year_version], [2017])
-m4_define([release_version], [8])
+m4_define([release_version], [9])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 01f182f6313dfd0ee8a581ad0024eb2ef2c4a771..68ed4020bd48b1a8782f74f08cfcaef7cf2c00da 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2017.9 {
+};
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the last number.  This is just a copy/paste